Skip to content

Support filtering by test name - #2

Closed
therazix wants to merge 1 commit into
mainfrom
fvagner-test-name-filter
Closed

Support filtering by test name#2
therazix wants to merge 1 commit into
mainfrom
fvagner-test-name-filter

Conversation

@therazix

Copy link
Copy Markdown
Contributor

No description provided.

@therazix therazix added the enhancement New feature or request label Jul 14, 2026
@github-project-automation github-project-automation Bot moved this to backlog in planning Jul 14, 2026
@therazix therazix moved this from backlog to review in planning Jul 14, 2026
Base automatically changed from fvagner-reportportal to main July 15, 2026 18:02
@therazix
therazix force-pushed the fvagner-test-name-filter branch from a383b42 to 15d8c74 Compare July 20, 2026 13:07
ctx: click.Context, results: list[str], use_reportportal: bool, **kwargs: Any
ctx: click.Context,
results: list[str],
names: list[str],

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sequence would be better, or tuple[str, ...], because Click will deliver multiple as a tuple. Also, you set default=() in the option declaration above, so that's another conflict (I think we can drop default, Click will initialize it correctly thanks to multiple=True).

@therazix

Copy link
Copy Markdown
Contributor Author

Closing in favor of #3

@therazix therazix closed this Jul 27, 2026
@github-project-automation github-project-automation Bot moved this from review to done in planning Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: done

Development

Successfully merging this pull request may close these issues.

2 participants